From 00481a0ffe6fec0725e67dfd50caba6c3416a85a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 5 Aug 2008 18:21:42 +0000 Subject: [PATCH] gsl is broken on avr32 in a very weird way (linker error) SVN-Revision: 12149 --- libs/gsl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gsl/Makefile b/libs/gsl/Makefile index bd35260a6..1c52d147d 100644 --- a/libs/gsl/Makefile +++ b/libs/gsl/Makefile @@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libgsl SECTION:=libs CATEGORY:=Libraries + DEPENDS:=@!TARGET_avr32 TITLE:=GNU Scientific Library URL:=http://www.gnu.org/software/gsl/ endef -- 2.30.2